Everything about Statement Block totally explained
In computer programming, a statement block (or code block) is a section of code which is grouped together, much like a paragraph; such blocks consist of one, or more, statements. Statement blocks help make code more readable by breaking up programs into logical work units.
In C, C++, Java and some other languages, statement blocks are enclosed by curly braces
Visual Basic requires an explicit End statement, as follows:
If x > 0 Then
y = y + x
End If
For i = 1 To 10
DoSomething(i)
Next ' or Next i
SQL Server and some other languages (for example Pascal) use Begin ... End blocks
IF y IS NOT NULL
BEGIN
SELECT * FROM employee WHERE name = y
END
Further Information
Do you know how hard it is to get a link from a large encyclopaedia? Well we're different and will prove it. To get a link from us just add the following HTML to your site on a relevant page:
Then simply click through this link from your web page. Our crawlers will verify your link, extract the title of your web page and instantly add a link back to it. If you like you can remove the words Totally Explained and embed the link in article text.
As long as your link remains in place, we'll keep our link to you right here. Please play fair - our crawlers are watching. Your site must be closely related to this one's topic. Any kind of spamming, dubious practises or removing the link will result in your link from us being dropped and, potentially, your whole site being banned.